home *** CD-ROM | disk | FTP | other *** search
- #include <AppleEvents.h>
- #include "Drag.h"
-
- OSErr GetDropLocationDirectory (AEDesc *dropLocation, short *volumeID, long *directoryID);
- Boolean DragTargetWasTrash (DragReference dragRef);
- OSErr MyGetFlavorDataHandle (DragReference dragRef, ItemReference itemRef,
- FlavorType theType, Handle *flavorData);
- OSErr DragText (EventRecord *ev, Point where, TEHandle theTE,
- Boolean *dragged, Boolean *trashed);
-